Interface BgpAttribute

All Superinterfaces:
IPCData, Pdu, Signal
All Known Subinterfaces:
BgpAttribASPath, BgpAttribAtomicAgg, BgpAttribLocalPref, BgpAttribMed, BgpAttribNextHop, BgpAttribOrigin
All Known Implementing Classes:
BgpAttribASPathImpl, BgpAttribAtomicAggImpl, BgpAttribLocalPrefImpl, BgpAttribMedImpl, BgpAttribNextHopImpl, BgpAttribOriginImpl, BgpAttributeImpl

public interface BgpAttribute extends Pdu
  • Method Details

    • getFlags

      Byte getFlags()
      Returns:
      Byte Returns a Byte
    • setFlags

      void setFlags(Byte flags)
      Parameters:
      flags - Takes in a parameter of flags
    • getType

      Byte getType()
      Returns:
      Byte Returns a Byte
    • setType

      void setType(Byte type)
      Parameters:
      type - Takes in a parameter of type
    • getLength

      Byte getLength()
      Returns:
      Byte Returns a Byte
    • setLength

      void setLength(Byte length)
      Parameters:
      length - Takes in a parameter of length